.banner {
  width: 100%;
  height: 500px;
  background: url("../img/banner-1.jpg") no-repeat center center;
  background-size: cover;
}

@media (max-width: 1200px) {
  .banner {
    height: 300px;
  }
}
.notice {
  background: #f1f9ff;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  margin-top: 10px;
}
.notice .tempWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 0 10px;
}
.notice .content {
  margin: 0;
  overflow: hidden;
  height: 88px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.notice .content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.notice .content li a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  min-width: 0;
  padding: 10px;
  color: #666;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice .content li a:hover {
  color: #0077d9;
}
.notice .content li a span:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  margin-right: 10px;
}
.notice .title {
  width: 80px;
  height: 80px;
  background: #0077d9;
  border-radius: 10px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  position: relative;
  padding: 8px 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.notice .title::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #0077d9;
}
.notice .more {
  width: 30px;
  height: 60px;
  background: #0077d9;
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 7px;
  margin-left: 10px;
}

.x-card .card-title {
  border-bottom: 1px solid #ddd;
  height: 40px;
}
.x-card .card-title span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #0077d9;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.x-card .card-title span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #0077d9;
}

.card-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}
.card-1 .img {
  width: 670px;
  height: 440px;
  overflow: hidden;
}
.card-1 .img img {
  width: 100%;
}
.card-1 .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 30px;
}
.card-1 .right li {
  height: 110px;
  -webkit-box-shadow: 0px 1px 0px 0px #dddddd;
          box-shadow: 0px 1px 0px 0px #dddddd;
  padding: 10px 36px 10px 25px;
}
.card-1 .right li:hover, .card-1 .right li.active {
  background: #f1f9ff;
  -webkit-box-shadow: 0px 1px 0px 0px #0077d9;
          box-shadow: 0px 1px 0px 0px #0077d9;
}
.card-1 .right li:hover .title, .card-1 .right li.active .title {
  font-weight: bold;
  color: #0077d9;
}
.card-1 .right li a .title {
  font-size: 18px;
  color: #333333;
}
.card-1 .right li a .desc {
  font-size: 14px;
  color: #888888;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-1 .right li a .time {
  font-size: 14px;
  color: #888888;
}

.card-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-2 > .left, .card-2 > .card-center, .card-2 > .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: 30px;
}
.card-2 > .left .content, .card-2 > .card-center .content, .card-2 > .right .content {
  margin-top: 20px;
  margin-bottom: 0;
}
.card-2 .left .content {
  height: 240px;
  overflow: hidden;
}
.card-2 .left li {
  height: 80px;
  margin-bottom: 10px;
}
.card-2 .left li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f4f5f5;
  height: 100%;
}
.card-2 .left li a:hover .title {
  color: #0077d9;
}
.card-2 .left li a .img {
  width: 100px;
  height: 80px;
}
.card-2 .left li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-2 .left li a .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-2 .left li a .title {
  font-size: 16px;
  color: #333333;
}
.card-2 .left li a .time,
.card-2 .left li a .click {
  font-size: 14px;
  color: #888888;
  line-height: 20px;
}
.card-2 .card-center .content, .card-2 .right .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-2 .card-center li, .card-2 .right li {
  width: 100%;
  line-height: 32px;
}
.card-2 .card-center li:nth-child(1), .card-2 .card-center li:nth-child(2), .card-2 .right li:nth-child(1), .card-2 .right li:nth-child(2) {
  margin-right: 10px;
}
.card-2 .card-center li:nth-child(-n+3), .card-2 .right li:nth-child(-n+3) {
  width: calc(33.33% - 6.6666666667px);
  height: 120px;
}
.card-2 .card-center li .img, .card-2 .right li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card-2 .card-center li a:hover, .card-2 .right li a:hover {
  color: #0077d9;
}
.card-2 .right {
  margin-right: 0;
}

.card-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.card-3 .tempWrap {
  margin-top: 20px;
}
.card-3 .content {
  margin-bottom: 0;
  height: 150px;
  overflow: hidden;
}
.card-3 .content li {
  width: calc(20% - 10.4px);
  height: 150px;
  margin-right: 13px;
  overflow: hidden;
}
.card-3 .content li .img {
  width: 100%;
  height: auto;
}

.card-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-4 .card-4-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: 20px;
}
.card-4 .card-4-item:last-child {
  margin-right: 0;
}
.card-4 .card-4-item .content {
  padding: 0 10px;
}
.card-4 .card-4-item li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-4 .card-4-item li a:hover span:nth-child(1) {
  color: #0077d9;
}
.card-4 .card-4-item li span {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin-right: 10px;
}
.card-4 .card-4-item li span:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.card-4 .card-4-item li span:nth-child(2) {
  color: #999;
}